Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing test attribute to test function #132

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

AlexTMjugador
Copy link
Contributor

The respect_utc_timezone_in_exdates_rdates test function was defined alongside other tests, but lacking a #[test] attribute, causing it to not be executed as a test and to produce unused code warnings. The test itself runs well and I can see no reason to keep it ignored, so let's add the #[test] attribute to it as it was likely intended.

@AlexTMjugador
Copy link
Contributor Author

The reported Clippy lint failures should be fixed by #131.

@fmeringdal fmeringdal merged commit 2d27a27 into fmeringdal:main Jan 26, 2025
2 of 3 checks passed
@AlexTMjugador AlexTMjugador deleted the chore/missing-test-attr branch January 27, 2025 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants